home *** CD-ROM | disk | FTP | other *** search
/ Champak 139 / (Vol 139) Sep 24 2011.iso / Games / kirby.swf / scripts / DefineButton2_83 / BUTTONCONDACTION on(release).as
Text File  |  2011-09-24  |  92b  |  7 lines

  1. on(release){
  2.    if(P1set._currentframe == 1)
  3.    {
  4.       _root.SetKeys = "off";
  5.    }
  6. }
  7.